home *** CD-ROM | disk | FTP | other *** search
- /* Automatically generated header! Do not edit! */
-
- #ifndef _INLINE_SCRIPT_H
- #define _INLINE_SCRIPT_H
-
- #ifndef __INLINE_MACROS_H
- #include <inline/macros.h>
- #endif /* !__INLINE_MACROS_H */
-
- #ifndef SCRIPT_BASE_NAME
- #define SCRIPT_BASE_NAME ScriptBase
- #endif /* !SCRIPT_BASE_NAME */
-
- #define Script_AllocContext() \
- LP0(0x2a, struct ScriptContext *, Script_AllocContext, \
- , SCRIPT_BASE_NAME)
-
- #define Script_FreeContext(sc) \
- LP1NR(0x30, Script_FreeContext, struct ScriptContext *, sc, a0, \
- , SCRIPT_BASE_NAME)
-
- #define Script_GetMsgContext(msg) \
- LP1(0x3c, struct ScriptContext *, Script_GetMsgContext, struct RexxMsg *, msg, a0, \
- , SCRIPT_BASE_NAME)
-
- #define Script_GetRexxVar(msg, name, value) \
- LP3(0x24, LONG, Script_GetRexxVar, struct RexxMsg *, msg, a0, char *, name, a1, char **, value, a2, \
- , SCRIPT_BASE_NAME)
-
- #define Script_GetStringVar(sc, name, value) \
- LP3(0x48, LONG, Script_GetStringVar, struct ScriptContext *, sc, a0, char *, name, a1, char **, value, a2, \
- , SCRIPT_BASE_NAME)
-
- #define Script_SetMsgContext(msg, sc) \
- LP2NR(0x36, Script_SetMsgContext, struct RexxMsg *, msg, a0, struct ScriptContext *, sc, a1, \
- , SCRIPT_BASE_NAME)
-
- #define Script_SetRexxVar(msg, name, value) \
- LP3(0x1e, LONG, Script_SetRexxVar, struct RexxMsg *, msg, a0, char *, name, a1, char *, value, a2, \
- , SCRIPT_BASE_NAME)
-
- #define Script_SetStringVar(sc, name, value) \
- LP3(0x42, LONG, Script_SetStringVar, struct ScriptContext *, sc, a0, char *, name, a1, char *, value, a2, \
- , SCRIPT_BASE_NAME)
-
- #endif /* !_INLINE_SCRIPT_H */
-